projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd7e4c
)
docs: Match the argument name with its declaration
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 Feb 2020 17:25:44 +0000
(17:25 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 13 Feb 2020 14:53:25 +0000
(14:53 +0000)
gtk/gtkcalendar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcalendar.c
b/gtk/gtkcalendar.c
index b9d089190abe3ee6d66408eee1c34e0564d49d41..6a6754864856d0c5dcd24dc015b87f49249c4c22 100644
(file)
--- a/
gtk/gtkcalendar.c
+++ b/
gtk/gtkcalendar.c
@@
-1548,7
+1548,7
@@
gtk_calendar_new (void)
/**
* gtk_calendar_select_day:
- * @
calendar
: a #GtkCalendar.
+ * @
self
: a #GtkCalendar.
* @date: (transfer none): a #GDateTime representing the day to select
*
* Will switch to @date's year and month and select its day.
@@
-1787,7
+1787,7
@@
gtk_calendar_unmark_day (GtkCalendar *calendar,
/**
* gtk_calendar_get_date:
- * @
calendar
: a #GtkCalendar
+ * @
self
: a #GtkCalendar
*
* Returns: (transfer full): A #GDateTime representing the shown
* year, month and the selected day, in the local time zone.